|
Week 2 - Blink Using OS
|
#include <stdint.h>#include <stdbool.h>#include "driverlib/sysctl.h"#include "driverlib/rom.h"#include "bsp.h"#include "os.h"

Go to the source code of this file.
Data Structures | |
| struct | led_blink_s |
Typedefs | |
| typedef enum LED_POS_ENUM | led_t |
| typedef struct led_blink_s | led_data_t |
Enumerations | |
| enum | LED_POS_ENUM { RED_LED, GREEN_LED, BLUE_LED, YELLOW_LED } |
Functions | |
| void | blink_task (void *ptr) |
| void | start_blinking (void) |
Header file containing the global defines for the blink program.
Definition in file blink.h.
1.8.9.1